Heartbeat


TODO: REPLACE
Protobuf type meshtastic.StoreAndForward.Heartbeat

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , StoreAndForwardProtos.StoreAndForward.HeartbeatOrBuilder

TODO: REPLACE
Protobuf type meshtastic.StoreAndForward.Heartbeat

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getPeriod(): Int

Period in seconds that the heartbeat is sent out that will be sent to the client
uint32 period = 1;
Link copied to clipboard
open fun getSecondary(): Int

If set, this is not the primary Store & Forward router on the mesh
uint32 secondary = 2;
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Heartbeat
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Heartbeat
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Heartbeat
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Heartbeat
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Heartbeat
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)